From 7d67ac8c82cfd329f9a5b09aba494c2b4773dfba Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 14 Jan 2007 03:15:41 +0000 Subject: [PATCH] (Coding Conventions): Fix typos. --- lispref/tips.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/tips.texi b/lispref/tips.texi index 3a74aa62716..10a1ba0e09a 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -210,7 +210,7 @@ Constructs that define a function or variable should be macros, not functions, and their names should start with @samp{def}. @item -Macros that define a functions or variables should take the name to be +Macros that define a function or variable should take the name to be defined as the first argument. That will help various tools find the definition automatically. Avoid constructing the names in the macro itself, since that would confuse these tools. -- 2.30.2